VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollection Class / RemoveRange Methods / RemoveRange(Int32[]) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    RemoveRange(Int32[]) Method (ImageCollection)
    In This Topic
    Removes elements at the specified indices of the ImageCollection instance.
    Syntax
    'Declaration
    
    Public Overloads Sub RemoveRange( _
    ByVal indices
    Array of the zero-based indices of the elements to remove.
    () As System.Int32 _
    )
    public void RemoveRange(
    System.Int32[] indices
    )
    public: void RemoveRange(
    System.Int32[]* indices
    )
    public:
    void RemoveRange(
    array<System.Int32>^ indices
    )

    Parameters

    indices
    Array of the zero-based indices of the elements to remove.
    Exceptions
    ExceptionDescription
    Thrown if index is less than zero or index is greater than System.Collections.CollectionBase.Count.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also